CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - B matrix

搜索资源列表

  1. matrixChain

    0下载:
  2. 问 题:矩阵连乘问题 描 述:给定n个矩阵{A1,A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1.考察这n个矩阵的连乘积A1A2...An。矩阵A 和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。 编程任务:对于给定的相继n个矩阵{A1,A2, ..., An }及其维数,编程计算矩阵连乘积A1A2...An 需要的最少数乘次数。 -Question:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:14586
    • 提供者:Katherine
  1. encryption

    1下载:
  2. The program takes 3 inputs: 1. A letter of the alphabet that will remain unencoded (e.g. "J") 2. A 5-letter keyword (e.g. "BREAK") 3. A message to be encrypted (e.g. "COMPUTERSCIENCE"). You may assume that it does not contain any spaces or p
  3. 所属分类:Windows Develop

    • 发布日期:2014-11-28
    • 文件大小:1364
    • 提供者:王梓
  1. glutEx1-vs6

    0下载:
  2. 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the location, so the first leg draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:315919
    • 提供者:WangDi
  1. FuzzyMatrix

    0下载:
  2. 模糊矩阵类 可以根据不同的模糊算子计算模糊矩阵的并运算C=A∪B,交运算 C=A∩B,求余运算 C=1-A 等-Fuzzy matrices based on different fuzzy operator and calculation of fuzzy matrix operation C = A ∪ B, cross-operator C = A ∩ B, for more than computing C = 1-A, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2322
    • 提供者:麦子
  1. mpibingxing

    2下载:
  2. 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel algorithm based on matrix mul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:187962
    • 提供者:澄海
  1. c

    0下载:
  2. 本子程序根据所给的支路导纳及有关信息,形成结点--导纳矩阵,如打印参数K=1,则输出电导矩阵G和电纳矩B -Procedures based on the book of the slip road to the admittance and related information, the formation of node** admittance matrix, such as print parameters K = 1, the output conductance matrix G
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:18166
    • 提供者:张寒
  1. solver

    0下载:
  2. solves any equation of matrix Ax=b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:15585
    • 提供者:Shahed
  1. qili

    0下载:
  2. 实现矩阵三角分解的乔利斯基方法及用此方法解Ax=b的方程。-Triangular matrix decomposition to achieve乔利斯基and use this method to solve the equation Ax = b.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5312
    • 提供者:kelly
  1. 1989xishujuzheng

    0下载:
  2. 稀疏矩阵采用三元组表示。(1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。(2)求出C的转置矩阵D,输出D。-The use of sparse matrix triple that. (1) for the ranks of the two with the same number of sparse matrix A and B the sum of matrix C, and output C. (2) calculated C matrix transpose of D,
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:夏洁
  1. fisher_classify

    0下载:
  2. function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量 -function [clusters, c, F] = fisher_classify (A, B, data) fisher discriminant method procedures input A, B for a sample of known typ
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:842
    • 提供者:王晶
  1. duichengjuzhen

    0下载:
  2. 对称矩阵相乘:2. A和B是两个n×n阶的对称矩阵,以行为主序输入对称矩阵的下三角元素,压缩存储存入一维数组A和B,编写一个算法计算对称矩阵A和B的乘积,结果存入二维数组C。-Symmetric matrices: 2. A and B are two n × n symmetric band matrix, in order to conduct the main sequence of input symmetric matrix elements of lower triangular,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:160424
    • 提供者:李月
  1. liehuanweifa

    0下载:
  2. 行列换位法采用密钥,假设密钥是5,明文是I am a Chinese boy那么就会以5位列数排成一个矩阵。 I a m a c h I n e s e b o y 那么密文就是ihe aib mno aey cs× ,最后一行不足的用随机字母填充,(×代表那个随机字母)!-The ranks of the use of key transposition law, assuming that key is 5, is clearly I am a Chinese boy then
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:662
    • 提供者:汵潇
  1. ww

    0下载:
  2. Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and then doing forward substitu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:932
    • 提供者:liuzhenghao
  1. 5[1][1].4

    0下载:
  2. 两个稀疏矩阵的三元组a,b输出,转置,相加及相乘-Two sparse matrix triple a, b output, transpose, add and multiply
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:703
    • 提供者:夏馨
  1. cannon

    0下载:
  2. cannon 并行程序 Matrix multiplication with the Cannon Algorithm: The matrices A and B are stored in files. The file names have to be specified as parameter. The root process reads the matrices and distributes the respective values to all processes,
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1612
    • 提供者:刘铭
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2091
    • 提供者:刘铭
  1. canon2

    0下载:
  2. 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2406
    • 提供者:刘铭
  1. work

    0下载:
  2. 建立一个矩阵,进行一些运算,求得XA=B中X的值-matrix caculation
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:35045
    • 提供者:chen peilin
  1. Data

    0下载:
  2. 1998年数学建模B组题的求解与分析的数据,即各乡镇间的带权邻接矩阵-Mathematical Modeling 1998 Group B to solve the problem of data and analysis, that is, between the township weighted adjacency matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:14000
    • 提供者:王宇明
  1. Close3B

    0下载:
  2. 采用拟三对角矩阵反算出过一定点(大于等于3个)的控制顶点,再由这些控制顶点计算出3次B样条曲线,由于曲线封闭的,所以无需引入边界条件即可求得曲线。-Used to be anti-tridiagonal matrix calculated over a certain point (greater than or equal to 3) of the control points and then calculate the control points of these 3 B-spline
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8949331
    • 提供者:GongChun
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com